github.com/andybalholm/brotli.symbolAndCount.count (field)
6 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L555: count uint32
brotli_bit_stream.go#L566: count: n,
brotli_bit_stream.go#L572: return int(b.count) - int(a.count)
brotli_bit_stream.go#L586: for currentDepth < maxBits && float64(symbol.count)/float64(int(1)<<(maxBits-currentDepth)) < totalRatio {
brotli_bit_stream.go#L614: ratio := float64(symbols[boundaries[i]].count) / float64(cost)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |